buildman: Add a way to specific a full toolchain prefix
authorSimon Glass <[email protected]>
Sun, 13 Mar 2016 01:50:32 +0000 (18:50 -0700)
committerSimon Glass <[email protected]>
Fri, 18 Mar 2016 03:27:39 +0000 (21:27 -0600)
commit17bce66cbfb3610a8e341fdb0766cd5586b0f4e9
treee3294b88678dadf78522bc80d262edff23af1cf0
parentd4c8572b7187cc21ca39d185fd19813e69fbd515
buildman: Add a way to specific a full toolchain prefix

At present buildman allows you to specify the directory containing the
toolchain, but not the actual toolchain prefix. If there are multiple
toolchains in a single directory, this can be inconvenient.

Add a new 'toolchain-prefix' setting to the settings file, which allows
the full prefix (or path to the C compiler) to be specified.

Update the documentation to match.

Suggested-by: Stephen Warren <[email protected]>
Reviewed-by: Joe Hershberger <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Tested-by: Stephen Warren <[email protected]>
tools/buildman/README
tools/buildman/toolchain.py